Add .editorconfig

main
copygirl 1 year ago
parent b656d6e772
commit ccca58f5a3
  1. 9
      .editorconfig

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
Loading…
Cancel
Save