mirror of
https://github.com/zladx/LADX-Disassembly.git
synced 2024-11-23 12:59:39 +00:00
598809fc15
All text editors understanding this format will use the proper defaults.
17 lines
319 B
INI
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
|