Skip to content

Commit

Permalink
clean editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Apr 25, 2020
1 parent 6702aa2 commit 4a3509e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# EditorConfig (is awesome): http://EditorConfig.org

# * top-most EditorConfig file
root = true

# default style settings
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
tab_width = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{[Bb][Aa][Tt],[Cc][Mm][Dd]}]
# DOS/Win *requires* BAT/CMD files to have CRLF newlines
end_of_line = crlf

[*.{yml, yaml}]
[*.{yml,yaml}]
indent_size = 2
Empty file added _wiki/.gitkeep
Empty file.

0 comments on commit 4a3509e

Please sign in to comment.