mirror of
https://github.com/tursom/prime_numbers_c.git
synced 2026-08-13 22:53:36 +08:00
修复bug
This commit is contained in:
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
# top-most EditorCOnfig file
|
||||
root = true
|
||||
|
||||
# all files
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
# kotlin source file
|
||||
[*.kt]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
Reference in New Issue
Block a user