Skip to content
Snippets Groups Projects
Commit f26e17a6 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CHORE: add .editorconfig file

Documentation:
https://editorconfig.org/

Refs: #17
parent 3f8f8167
No related branches found
No related tags found
No related merge requests found
# This file is for unifying the coding style
# for different editors and IDEs.
#
# More information at http://editorconfig.org/
##############################################
root = true
##############################################
# default charset
# + 4 space indentation
# + Unix-style newlines
# + remove any whitespace characters preceding newline characters
##############################################
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
indent_style = tab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment