tar-no-std/.editorconfig

16 lines
277 B
INI
Raw Normal View History

2021-10-04 17:00:03 +08:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
2023-04-11 16:47:06 +08:00
max_line_length = 80
2022-05-03 03:41:13 +08:00
[*.yml]
indent_size = 2