.editorconfig 94 B

1234567
  1. # top-most EditorConfig file
  2. root = true
  3. # all files
  4. [*]
  5. indent_style = tab
  6. indent_size = 4