mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
editorconfig: 2 space indentation for CI configuration
This commit is contained in:
parent
a8a1a2ee44
commit
8dbdbcac77
@ -1,8 +1,14 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user