Files
atomctl/templates/project/-editorconfig.tpl
2025-01-09 11:05:03 +08:00

19 lines
313 B
Smarty

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab