Skip to content

Commit

Permalink
EditorConfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
mterwoord_cp authored and mterwoord_cp committed Jul 12, 2014
1 parent 8f30e76 commit c1920d3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
; Top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = CRLF

; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4
3 changes: 3 additions & 0 deletions .tfignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@
################################################################################

\Build\VSIP
UserKit.iss
\Build\VMWare\Workstation\Cosmos.vmsd
\Build\VMWare\Workstation\Cosmos.vmxf
6 changes: 6 additions & 0 deletions source2/Users/Kudzu/Breakpoints/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
; Top-most EditorConfig file

; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions source2/Users/Matthijs/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4

0 comments on commit c1920d3

Please sign in to comment.