Navigation Menu

Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
So editors can warn about line length etc
  • Loading branch information
therefromhere committed Oct 8, 2019
1 parent bda4562 commit 28d306c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
# EditorConfig: http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
quote_type = double
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 88

[*.json]
insert_final_newline = false

0 comments on commit 28d306c

Please sign in to comment.