refactored to support --right-of

This commit is contained in:
Thomas Ruoff
2016-01-18 00:05:23 +01:00
parent 04a8bf17eb
commit 985d394872
5 changed files with 109 additions and 44 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[**.{js,json,md}]
insert_final_newline = true