Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd8813f

Browse files
author
vrana
committedNov 4, 2012
Specify config for text editors
Test Plan: D3865 Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3879
1 parent d7f6bd4 commit dd8813f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
; http://editorconfig.org/
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[externals/**]
11+
; Use editor default (possible autodetection).
12+
indent_style =
13+
indent_size =
14+
trim_trailing_whitespace = false
15+
insert_final_newline = false

0 commit comments

Comments
 (0)
Please sign in to comment.