# 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: 2
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
  "简体中文-英语": 0
fileTypes:
  # Config the files associations, you config is higher priority than default.
  # "rb": ruby
  # "Rakefile": ruby
  # "*.js": javascript
  # ".mdx": markdown
  ".md": 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
    - AirPods
    - Aliyun
    - API
    - App Store
    - AppKit
    - AppStore = App Store
    - AWS
    - CacheStorage
    - CDN
    - CentOS
    - CloudFront
    - CORS
    - CPU
    - DNS
    - Elasticsearch
    - ESLint
    - Facebook
    - GeForce
    - GitHub
    - 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
