2022-11-13 14:54:19 +01:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
2022-11-23 10:28:32 -05:00
|
|
|
# Extras : to configure git's pager for tab with of 4:
|
|
|
|
# $ git config core.pager 'less -x1,5'
|
|
|
|
#
|
|
|
|
# to configure optional text mode interface tig:
|
|
|
|
# $ git config tig.tab-size '4'
|
|
|
|
|
2022-11-13 14:54:19 +01:00
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2024-06-04 14:47:00 +02:00
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2022-11-13 14:54:19 +01:00
|
|
|
[lib/**]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|