mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[style] added editor config file, http://editorconfig.org/
This commit is contained in:
parent
eb65872ece
commit
8ca53bdd00
1 changed files with 10 additions and 0 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal file
|
@ -0,0 +1,10 @@
|
|||
# editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
Loading…
Add table
Add a link
Reference in a new issue