Skip to content

Commit 4332bc2

Browse files
authoredDec 16, 2024
NO-JIRA: chore(.editorconfig): introduce .editorconfig file for the project (opendatahub-io#809)
1 parent 093eb79 commit 4332bc2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[Makefile]
12+
indent_style = tab

0 commit comments

Comments
 (0)
Please sign in to comment.