SQLiteCpp/.editorconfig
2020-01-02 00:04:06 +01:00

15 lines
226 B
INI

root = true
# 4 space indentation
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
# 2 space indentation for CI configuration
[*.yml]
indent_style = space
indent_size = 4