1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

Merge pull request #21 from magnumripper/ec

Add an .editorconfig file enforcing some of the code style.
This commit is contained in:
Jens Steube 2015-12-11 19:32:52 +01:00
commit 79166ee291

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# top-most EditorConfig file, enforcing some of the code style
#
# See http://editorconfig.org for a plugin to your editor!
#
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab