mirror of
https://gitlab.com/riglol/rigolee/hdo-tools.git
synced 2025-04-29 02:37:20 +09:00
editorconfig: Add initial .editorconfig
This ensures our codestyle is consistent throughout Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
This commit is contained in:
parent
040f235cc3
commit
4c0beb9d88
24
.editorconfig
Normal file
24
.editorconfig
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# EditorConfig is awesome: https://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
curly_bracket_next_line = true
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = tab
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
shell_variant = posix
|
||||||
|
space_redirects = true
|
||||||
|
spaces_around_operators = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[{*.py,Containerfile*,Dockerfile*,meson.build}]
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[*.{yaml,yml}]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
Loading…
x
Reference in New Issue
Block a user