touch-grass-reminder/.editorconfig

34 lines
419 B
INI
Raw Normal View History

2023-12-08 00:15:37 +05:30
root = true
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*.md]
trim_trailing_whitespace = false
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*.gradle]
indent_style = tab
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*.java]
indent_style = tab
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*.json]
indent_style = space
indent_size = 2
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[quilt.mod.json]
indent_style = tab
tab_width = 2
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*.toml]
indent_style = tab
tab_width = 2
2023-12-07 17:55:45 +05:30
2023-12-08 00:15:37 +05:30
[*.properties]
indent_style = space
indent_size = 2