mirror of
https://github.com/Ed94/bare_x86.git
synced 2025-06-19 22:01:46 -07:00
initial commit
This commit is contained in:
36
.editorconfig
Normal file
36
.editorconfig
Normal file
@ -0,0 +1,36 @@
|
||||
# root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
guidelines = 160
|
||||
|
||||
[*{.h, .c}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
guidelines = 160
|
||||
|
||||
[*{.low.h, .low.c]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
guidelines = 80
|
||||
|
||||
[*{.hpp, cpp}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
guidelines = 160
|
||||
|
||||
[*{.low.hpp, .low.cpp}]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
guidelines = 80
|
||||
|
||||
[*{.py}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
guidelines = 180
|
||||
|
||||
[*[.s]]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
guidelines = 80
|
Reference in New Issue
Block a user