ag_gen/.editorconfig
2021-09-23 13:55:29 -05:00

25 lines
337 B
INI
Executable File

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{c,h,cpp,hpp}]
indent_style = space
indent_size = 4
[*.sql]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 4