1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 07:54:22 +00:00

Enforce tab indentation

This commit is contained in:
Steffo 2023-03-15 11:11:52 +00:00 committed by GitHub
parent 6d30192dfa
commit 44dac475cb
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab