Skip to content
This repository was archived by the owner on Nov 13, 2018. It is now read-only.

Commit 0662614

Browse files
author
Nikita Gusakov
committed
Tabs to spaces
1 parent 90eab3d commit 0662614

File tree

6 files changed

+2334
-2362
lines changed

6 files changed

+2334
-2362
lines changed

Diff for: .editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
; http://editorconfig.org/
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = LF
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4

0 commit comments

Comments
 (0)