https://github.com/FGPE-Erasmus/yapexil-mef-converter
Raw File
Tip revision: 198b5a8d6cf13aceeb7798e78295d1fc869ef438 authored by josepaiva94@gmail.com on 16 June 2021, 13:27:36 UTC
fix feedback
Tip revision: 198b5a8
.editorconfig
# EditorConfig helps developers define and maintain
# consistent coding styles between different editors and IDEs.

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
back to top