1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 02:25:27 +03:00

Merge pull request #5777 from gconsidine/evaluate-editorconfig

Add .editorconfig to project root
This commit is contained in:
Greg Considine 2017-03-21 10:02:14 -04:00 committed by GitHub
commit 1b392a8ad5

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[Makefile]
indent_style = tab
[**.py]
indent_style = space
indent_size = 4
[**.{js,less}]
indent_style = space
indent_size = 4
[**.{json}]
indent_style = space
indent_size = 2