Initial commit
This commit is contained in:
commit
22e28c76fa
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
skip_list:
|
||||
# Don't complain about line length
|
||||
- yaml[line-length]
|
||||
# Don't complain about too many spaces in braces
|
||||
- yaml[braces]
|
||||
# Don't complain about truthy values
|
||||
- yaml[truthy]
|
||||
|
||||
# vim: set ft=yaml:
|
Loading…
Reference in New Issue