You need to sign in or sign up before continuing.
.editorconfig 435 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

# EditorConfig helps us maintain consistent formatting on non-source files.
# Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.

# This is the terminal .editorconfig in this repository.
root = true


[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[*.{yaml,yml}]
indent_size = 2

[Makefile]
indent_style = tab
indent_size = 4