Skip to content

Commit

Permalink
Adding .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 23, 2014
1 parent a6670a1 commit 7127391
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
root = true

[*]
indent_style = tab;
insert_final_newline = true;
quote_type = auto;
space_after_anonymous_functions = true;
space_after_control_statements = true;
spaces_around_operators = true;
trim_trailing_whitespace = true;
spaces_in_brackets = false;
end_of_line = lf;

0 comments on commit 7127391

Please sign in to comment.