mirror of
https://github.com/thepigeongenerator/mcaselector-lite
synced 2026-02-08 07:33:35 +01:00
Remove a large section of .editorconfig to allow for customisation with specifying a tab width.
Users of the codebase may now use `tab_width` to override the preferred indentation width, i.e. the width of the tabulation character.
This commit is contained in:
@@ -9,18 +9,8 @@ charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{c,h}]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[{makefile}]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[*.{json}]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
indent_size = 8
|
||||
|
||||
[*.{yaml}]
|
||||
indent_style = space
|
||||
|
||||
Reference in New Issue
Block a user