forked from plusone/simple-jdbc
* docs(README): 更新项目文档 * chore: 修改 Markdown 文件的缩进设置 * chore: 更新 .gitignore * chore: 删除 IntelliJ IDEA 的配置
19 lines
278 B
INI
19 lines
278 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.sql]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
indent_size = 2
|