Skip to content

Commit

Permalink
Add EditorConfig to preserve trailing whitespace http://editorconfig.…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 23, 2017
1 parent ee42954 commit 3de8810
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Top-most EditorConfig file
root = true

[*]
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true
charset = utf-8

# Four-space indentation
indent_size = 4
indent_style = space

trim_trailing_whitespace = false

[*.yml]
# Two-space indentation
indent_size = 2
indent_style = space

0 comments on commit 3de8810

Please sign in to comment.