Browse Source

style: Add editorconfig

main
Mathias Rasmussen 4 years ago
parent
commit
74bac53a4c
  1. 13
      .editorconfig
  2. 2
      Makefile

13
.editorconfig

@ -0,0 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{asm,inc}]
indent_style = tab
indent_size = 5

2
Makefile

@ -22,7 +22,7 @@ OUTPUT_DIR_HEX ?= $(OUTPUT_DIR)/hex
LOG_DIR ?= $(OUTPUT_DIR)/log
# define the assembler/linker scripts
AX51_BIN =$(KEIL_PATH)/AX51.exe
AX51_BIN = $(KEIL_PATH)/AX51.exe
LX51_BIN = $(KEIL_PATH)/LX51.exe
OX51_BIN = $(KEIL_PATH)/Ohx51.exe
AX51 = $(WINE_BIN) $(AX51_BIN)

Loading…
Cancel
Save