touch-grass-reminder/.editorconfig

34 lines
419 B
INI
Raw Permalink Normal View History

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