Add .editorconfig

This commit is contained in:
root
2023-05-30 11:02:45 +12:00
parent e91e1cd2dc
commit 838f64017f
2 changed files with 17 additions and 4 deletions

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
[*]
end_of_line = lf
indent_style = tab
tab_width = 4

15
.gitignore vendored
View File

@@ -1,3 +1,6 @@
**/*_
**/.#*
**/0*
**/1*
**/2*
@@ -8,9 +11,13 @@
**/7*
**/8*
**/9*
**/*.log*
**/*log
**/LOG*
**/*_
outer/*
secret/*
cache/**
data/**
old/**
outer/**
secret/**