commit | ee274d9d1b99c447cc681938d1e45748bc7d9d5f | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Sep 04 09:07:41 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Sep 05 08:33:43 2024 +0800 |
tree | b2ac6ed5f0e7624a85b1822745f1870ad809f862 | |
parent | 9e1041513797665efc119084f774db2848908292 [diff] [blame] |
prettier: enable formatting Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I4e140b0eca1945efa456c297085ae2e84e7c8d5d
diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 0000000..a69b879 --- /dev/null +++ b/.prettierrc.yaml
@@ -0,0 +1,7 @@ +tabWidth: 4 +printWidth: 80 +proseWrap: "always" +overrides: + - files: "*.md" + options: + tabWidth: 2