Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
EditorConfig is very well known config file for text editors/IDE's
with settings for project. This format supported by Vim, GNOME Builder,
Atom, Sublime and many others.

We will provide this configuration to be more friendly for newcomers.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
  • Loading branch information
ignatenkobrain committed Jan 24, 2016
1 parent db307d8 commit f9f6b56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.[ch]]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true

[*.sym]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit f9f6b56

Please sign in to comment.