mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add some whitespace-formatting rules (#379)
* Embed whitespace rules for vim at the end of quickemu and quickget files * Add .editorconfig file with some basic whitepace rules
This commit is contained in:
parent
5ac9a848eb
commit
480b916398
3 changed files with 16 additions and 0 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
2
quickemu
2
quickemu
|
@ -1300,3 +1300,5 @@ if [ ${SHORTCUT} -eq 1 ]; then
|
|||
fi
|
||||
|
||||
vm_boot
|
||||
|
||||
# vim:tabstop=2:shiftwidth=2:expandtab
|
||||
|
|
2
quickget
2
quickget
|
@ -1731,3 +1731,5 @@ else
|
|||
esac
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# vim:tabstop=2:shiftwidth=2:expandtab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue