mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-03 09:16:06 -04:00
15 lines
226 B
INI
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
|