Files
aoc/.editorconfig
2024-12-01 13:05:22 +01:00

14 lines
184 B
INI

[*]
indent_style = space
indent_size = 4
insert_final_newline = true
[*.{ts,js,tsx,jsx,lua,html,yml,json}]
indent_size = 2
[*.go]
indent_style = tab
[Makefile]
indent_style = tab