diff options
author | Arkadiy Shapkin <arkadiy_s@inbox.ru> | 2014-09-02 21:42:45 +0400 |
---|---|---|
committer | Arkady Shapkin <arkadiy_s@inbox.ru> | 2014-09-03 00:19:02 +0400 |
commit | 098bb9dfb9b229498f0def634bcada0b76b405cd (patch) | |
tree | e4579ea1e9d50a894554c26ff95b2fdb6e845a8c /.editorconfig | |
parent | d4cb23e4e50688a9079ab0e3ec12cf2cc1256f04 (diff) | |
download | libgit2-098bb9dfb9b229498f0def634bcada0b76b405cd.tar.gz |
.editorconfig added to repository
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..be59274e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +; Check http://editorconfig.org/ for more informations +; Top-most EditorConfig file +root = true + +; tab indentation +[*] +indent_style = tab +trim_trailing_whitespace = true +insert_final_newline = true + +; 4-column space indentation +[*.md] +indent_style = space +indent_size = 4 |