Skip to content

Instantly share code, notes, and snippets.

@remy
Created July 11, 2017 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remy/3971139ff6a155b398dcf27947b8c960 to your computer and use it in GitHub Desktop.
Save remy/3971139ff6a155b398dcf27947b8c960 to your computer and use it in GitHub Desktop.
Editor config for assembly
[Makefile]
indent_style = tab
[*.asm]
indent_style = tab
indent_size = 8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment