Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #786 from MartinNowak/editorconfig
Browse files Browse the repository at this point in the history
more selective editorconfig
  • Loading branch information
AndrejMitrovic committed May 9, 2014
2 parents 287b4b0 + 73f032a commit 7d560ab
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .editorconfig
@@ -1,15 +1,9 @@
root = true

; Standard conventions for the D programming language repository are:
; no tab characters
; indents are by 4 spaces
; line endings are LF
; no trailing whitespace
; last character in file is an LF
[*]
[*.{c,h,d,di,dd}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf

0 comments on commit 7d560ab

Please sign in to comment.