mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Use a default of 4 spaces for viewing purposes
This commit is contained in:
parent
a994830bd8
commit
eaab413409
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ root = true
|
|||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
|
@ -18,3 +18,4 @@ trim_trailing_whitespace = false
|
|||
|
||||
[*.{json,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue