Files
helloalloc/.editorconfig
2024-06-16 23:56:10 +02:00

22 lines
314 B
INI

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