Skip to content

Commit

Permalink
Added some generic editorconfig rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
EraYaN committed Jan 5, 2019
1 parent af0451b commit a8da00f
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
Expand Up @@ -7,6 +7,14 @@
# All files
[*]
indent_style = space
root = true
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = null

# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
Expand Down

0 comments on commit a8da00f

Please sign in to comment.