Explorar o código

feat: 编辑器规则处理

johnsen hai 6 meses
pai
achega
dfe6357d05
Modificáronse 2 ficheiros con 10 adicións e 1 borrados
  1. 1 1
      .editorconfig
  2. 9 0
      src/views/platform/auth/board/index.vue

+ 1 - 1
.editorconfig

@@ -1,6 +1,6 @@
 [*.{js,jsx,ts,tsx,vue}]
 charset = utf-8
 indent_style = space
-indent_size = 4
+indent_size = 2
 trim_trailing_whitespace = true
 insert_final_newline = true

+ 9 - 0
src/views/platform/auth/board/index.vue

@@ -0,0 +1,9 @@
+<template>
+    <div> 111111111</div>
+</template>
+
+<script>
+export default {}
+</script>
+
+<style lang="scss" scoped></style>