prime_numbers_c/.editorconfig

12 lines
156 B
INI
Raw Permalink Normal View History

2018-08-31 15:25:57 +08:00
# top-most EditorCOnfig file
root = true
# all files
[*]
indent_style = tab
indent_size = 4
# kotlin source file
[*.kt]
indent_style = tab
indent_size = 2