From 4bf6988022452c667747048bc9a75e9e656f6a4e Mon Sep 17 00:00:00 2001 From: liuly Date: Wed, 27 Sep 2023 20:46:35 +0800 Subject: [PATCH] add format config --- .autocorrectrc | 122 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 .autocorrectrc diff --git a/.autocorrectrc b/.autocorrectrc new file mode 100644 index 0000000..f7fb8d7 --- /dev/null +++ b/.autocorrectrc @@ -0,0 +1,122 @@ +# yaml-language-server: $schema=https://huacnlee.github.io/autocorrect/schema.json +rules: + # Default rules: https://github.com/huacnlee/autocorrect/raw/main/autocorrect/.autocorrectrc.default + spellcheck: 1 +textRules: + # Config some special rule for some texts + # For example, if we wants to let "Hello你好" just warning, and "Hi你好" to ignore + # "Hello你好": 2 + # "Hi你好": 0 +fileTypes: + # Config the files associations, you config is higher priority than default. + # "rb": ruby + # "Rakefile": ruby + # "*.js": javascript + # ".mdx": markdown +spellcheck: + words: + # Please do not add a general English word (eg. apple, python) here. + # Users can add their special words to their .autocorrectrc file by their need. + - ActiveMQ + - Flex + - AirPods + - Aliyun + - API + - App Store + - AppKit + - AppStore = App Store + - AWS + - CacheStorage + - CDN + - CentOS + - CloudFront + - Cminusf + - CORS + - CPU + - DNS + - Elasticsearch + - ESLint + - Facebook + - GeForce + - GitHub + - GitLab + - Google + - GPU + - H5 + - Hadoop + - HBase + - HDFS + - HKEX + - HTML + - HTTP + - HTTPS + - I10n + - I18n + - iMovie + - IndexedDB + - Intel + - iOS + - iPad + - iPadOS + - iPhone + - iTunes + - JavaScript + - jQuery + - JSON + - JWT + - Linux + - LocalStorage + - macOS + - Markdown + - Microsoft + - MongoDB + - Mozilla + - MVC + - MySQL + - Nasdaq + - Netflix + - NodeJS = Node.js + - NoSQL + - NVDIA + - NYSE + - OAuth + - Objective-C + - OLAP + - OSS + - P2P + - PaaS + - RabbitMQ + - Redis + - RESTful + - RSS + - RubyGem + - RubyGems + - SaaS + - Sass + - SDK + - Shopify + - SQL + - SQLite + - SQLServer + - SSL + - Tesla + - TikTok + - tvOS + - TypeScript + - Ubuntu + - UML + - URI + - URL + - VIM + - watchOS + - WebAssembly + - WebKit + - Webpack + - Wi-Fi + - Windows + - WWDC + - Xcode + - XML + - YAML + - YML + - YouTube