Skip to content

Commit

Permalink
Added '.editorconfig'
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondettmann committed Aug 14, 2019
1 parent 434adac commit f8d0527
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://EditorConfig.org

# --- Defaults ---
[*]
charset = utf-8
end_of_line = lf

# --- Python ---
[*.py]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true

# --- YAML ---
[*.{yml,yaml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

0 comments on commit f8d0527

Please sign in to comment.