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:
commit
79166ee291
16
.editorconfig
Normal file
16
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user