awesome-cryptography/.editorconfig
sobolevn 06c343b141 Added tests and styleguide.
Also prettified all the current resources.
Travis support encluded.
2016-05-25 21:02:12 +03:00

14 lines
193 B
INI

root = true
[*]
indent_style = spaces
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4