Added predefined NVR data for VT100

This commit is contained in:
Jeff Parsons 2016-08-09 10:24:15 -07:00
commit 6afc652d30
2 changed files with 20 additions and 3 deletions

View file

@ -17,7 +17,12 @@ indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
[*.{C,H,c,h,xml,xsl}]
[*.{C,CPP,H,c,cpp,h}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{xml,xsl}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true