Commit 7b3943f7f895319f84b13bcd68bb5aff2a5dbfde

Authored by Perry Werneck
1 parent 9b377c28
Exists in v5.2

Adding VSCODE editor config file.

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.editorconfig 0 → 100644
... ... @@ -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
... ...