Skip to content

Commit

Permalink
.editorconfig - Unify coding style
Browse files Browse the repository at this point in the history
Taken from AC repository (idea from @Rochet2)
  • Loading branch information
BarbzYHOOL committed May 17, 2018
1 parent 9f2eb16 commit 27c31b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80

0 comments on commit 27c31b1

Please sign in to comment.