This website works better with JavaScript.
Home
Help
Sign In
cn
/
python-veml6070
mirror of
https://github.com/cmur2/python-veml6070.git
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
module: add editorconfig
try-poetry-1.1
cn
5 months ago
parent
b1fdcf35dd
commit
cee37093e2
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
.editorconfig
+ 15
- 0
.editorconfig
View File
@ -0,0 +1,15 @@
root
=
true
[*]
indent_style
=
space
indent_size
=
4
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
true
insert_final_newline
=
true
[*.yml]
indent_size
=
2
[Makefile]
indent_style
=
tab
Write
Preview
Loading…
Cancel
Save