mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 13:20:31 +00:00
add editorconfig, udpate gitignore
This commit is contained in:
parent
8a55f57ccf
commit
38bbcd9a83
2 changed files with 15 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
max_line_length = 140
|
||||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[{*.markdown,*.md}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_size = 2
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.iml
|
||||
.idea
|
||||
.gradle
|
||||
.kotlin
|
||||
local.properties
|
||||
.DS_Store
|
||||
Gemfile
|
||||
|
@ -8,5 +9,6 @@ build
|
|||
app/build
|
||||
app/release
|
||||
app/.cxx
|
||||
app/.attach_*
|
||||
fastlane/Appfile
|
||||
tools/*.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue