Skip to content

Commit

Permalink
Merge pull request spantaleev#88 from dhose/feature/adding-editorconfig
Browse files Browse the repository at this point in the history
Adding .editorconfig.
  • Loading branch information
spantaleev authored Feb 1, 2019
2 parents 345d53b + d48f6ab commit 9c7546c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file is the top-most EditorConfig file
root = true

# All Files
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

#########################
# File Extension Settings
#########################

# YAML Files
[*.{yml,yaml,log.config.j2,yaml.j2}]
indent_style = space
indent_size = 2

# Markdown Files
[*.md]
trim_trailing_whitespace = false

0 comments on commit 9c7546c

Please sign in to comment.