LADX-Disassembly/.editorconfig
Pierre de La Morinerie 598809fc15 tools: add an editorconfig file
All text editors understanding this format will use the proper defaults.
2020-08-17 16:33:40 +02:00

17 lines
319 B
INI

# top-most EditorConfig file
root = true
# Trim trailing whitespaces, and end with a newline ending every file
[*]
trim_trailing_whitespace = true
insert_final_newline = true
# 4 space indentation
[*.{asm, py}]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab