Browse Source

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1 year ago
committed by GitHub
parent
commit
c162dcd932
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig View File

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width

Loading…
Cancel
Save