Files
plugin-starter/console/.editorconfig
Ryan Wang dace6d7ed5 refactor: rename admin-frontend to console (#5)
1. 将 `admin-frontend` 文件夹改为 `console`。
2. 构建后台的静态资源输出目录改为 `src/main/resources/console`

/kind improvement

```release-note
None
```
2022-10-09 09:14:28 +00:00

12 lines
229 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true