Fix m 60 a 0 by making modified variable non-const
[hashcat.git] / .editorconfig
1 # top-most EditorConfig file, enforcing some of the code style
2 #
3 # See http://editorconfig.org for a plugin to your editor!
4 #
5 root = true
6
7 [*]
8 charset = utf-8
9 end_of_line = lf
10 insert_final_newline = true
11 trim_trailing_whitespace = true
12 indent_style = space
13 indent_size = 2
14
15 [Makefile]
16 indent_style = tab