mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
set indent_style to valid value
Per the documentation for editorconfig the two valid values for ```indent_style``` are 'tab' or 'space'
This commit is contained in:
parent
27801287ac
commit
e8ee08d159
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ root = true
|
|||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = spaces
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
|
|
Loading…
Reference in a new issue