Files
ffmini/.editorconfig
2023-09-08 16:30:25 +02:00

23 lines
306 B
INI

[*]
end_of_line = LF
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
[*.{ts,js,tsx,jsx,lua}]
charset = utf-8
indent_style = space
indent_size = 2
[*.go]
indent_style = tab
[Makefile]
indent_style = tab
[*.{yml,json}]
indent_style = space
indent_size = 2