Skip to content

Commit

Permalink
Switch to 2 space indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghinda committed Jul 29, 2014
1 parent b2d9909 commit 6fff5e1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
@@ -0,0 +1,20 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .kateconfig
@@ -0,0 +1 @@
kate: replace-tabs on; tab-width 2; indent-width 2; eol unix;

0 comments on commit 6fff5e1

Please sign in to comment.