Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26925 from KevinGrandon/bug_1113904_add_editorconfig
Browse files Browse the repository at this point in the history
Bug 1113904 - Introduce gaia .editorconfig
  • Loading branch information
KevinGrandon committed Dec 22, 2014
2 parents 796d81d + 866760c commit af6626d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit af6626d

Please sign in to comment.