mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Merge pull request #1231 from ascent12/editorconfig
Remove indent_size from .editorconfig
This commit is contained in:
commit
04c39a0719
1 changed files with 0 additions and 2 deletions
|
@ -5,10 +5,8 @@ end_of_line = lf
|
|||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.xml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
tab_width = 8
|
||||
|
|
Loading…
Reference in a new issue