Added predefined NVR data for VT100
This commit is contained in:
parent
3ebe23f251
commit
6afc652d30
2 changed files with 20 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue