mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Remove unnecessary indent_style options in .editorconfig
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -12,27 +12,21 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.css]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[package.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[.yamllint.conf]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# Ignore paths
|
||||
|
||||
Reference in New Issue
Block a user