# Author: Jianqun (https://jianqun.me) # Updated: 2026-05-07 root = true [*] charset = utf-8 end_of_line = lf indent_style = space indent_size = 4 [*.{css,html,js,webmanifest,xml,xslt}] indent_size = 2 [*.{json,jsonc,kdl,lua,toml,yaml,yml}] indent_size = 2 [*.vim,vimrc] indent_size = 2 [*.go,Makefile] indent_style = tab