Use .nasm to distinguish NASM source from MASM source

This commit is contained in:
Jeff Parsons 2015-04-03 08:05:58 -07:00 committed by jeffpar
commit af2a2c8ac1
4 changed files with 714 additions and 692 deletions

View file

@ -12,14 +12,10 @@ indent_style = space
indent_size = 8
trim_trailing_whitespace = true
[{*.ASM,*.INC}]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = false
[*.asm]
[{*.ASM,*.INC,*.asm,*.inc,*.nasm}]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
[modules/**.js]
indent_style = space