Skip to content

Commit

Permalink
Merge 58318bc into 7190b98
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Oct 21, 2019
2 parents 7190b98 + 58318bc commit 0a55c48
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions sample_files/.editorconfig
@@ -1,27 +1,17 @@
# Defaults for all kinds of source code
[*]
# Configuration for known file extensions
[*.{css,js,less,md,py,rst,sass,scss,xml,yaml,yml}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# Specific language overrides
[*.{yml,yaml,rst,md}]
indent_size = 2

# External web libs should be left untouched
[*/static/lib/**]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = false
trim_trailing_whitespace = false

# External web libs should be left untouched
[*/static/src/lib/**]
# Do not configure editor for libs and autogenerated content
[*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst]
charset = unset
end_of_line = unset
indent_size = unset
Expand Down

0 comments on commit 0a55c48

Please sign in to comment.