icinga2/third-party/SQLiteCpp/.editorconfig
2023-07-26 12:03:41 +02: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 = 2