Use .nasm to distinguish NASM source from MASM source
This commit is contained in:
parent
5575d6e3fa
commit
af2a2c8ac1
4 changed files with 714 additions and 692 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue