codestats-skyline/.editorconfig
Florian Bouillon 9a8cb6dff4
feat: Add support to specify year
+ Did some cleanup for the whole code

Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-07 15:26:49 +01:00

12 lines
226 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true