Commit 6f883c5035ebca3a53c7378a3d22c191e1ef0946

Authored by Perry Werneck
1 parent 4463d92b
Exists in master and in 1 other branch develop

Trying to fix vscode line ending issue.

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.editorconfig
... ... @@ -0,0 +1,9 @@
  1 +root = true
  2 +
  3 +[*]
  4 +indent_style = tab
  5 +indent_size = 4
  6 +end_of_line = lf
  7 +charset = utf-8
  8 +trim_trailing_whitespace = true
  9 +insert_final_newline = true
... ...