Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
librtas basically follows Linux kernel coding style. Copy the
relevant .editorconfig directives from that project.

https://editorconfig.org/

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
  • Loading branch information
nathanlynch committed Jul 24, 2024
1 parent 8995199 commit 6dc6c49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[{*.{c,h,},Makefile,Makefile.*}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8

0 comments on commit 6dc6c49

Please sign in to comment.