Skip to content

Commit

Permalink
added editorconfig file.
Browse files Browse the repository at this point in the history
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
  • Loading branch information
D9ping committed Aug 6, 2016
1 parent 05c4339 commit 4dd2872
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The EditorConfig file for the IPv6Control project.
# See http://editorconfig.org/ for more information on EditorConfig
root = true

[*]
charset = "utf-8"
end_of_line = "crlf"
indent_style = "space"
insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
indent_size = 4
indent_brace_style = Allman

0 comments on commit 4dd2872

Please sign in to comment.