mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
4dddf27108
- added more commands, shuffle the order - added installation script - using make to run tests - update README with installation steps and usage
20 lines
276 B
INI
20 lines
276 B
INI
# http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[{Makefile, makefile}]
|
|
indent_style = tab
|
|
indent_size = 4
|