1 Star 0 Fork 0

陈豆君/oh-my-posh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
; EditorConfig to support per-solution formatting.
; http://editorconfig.org/
; This is the default for the codeline.
root = true
; Default
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
; Go Code - match go fmt
[*.go]
indent_style = tab
; TOML - match default for dep
[*.toml]
indent_size = 2
; JavaScript and JS mixes - match eslint, other standards
[*.{js,json,ts,vue}]
indent_size = 2
; Markdown - match markdownlint settings
[*.{md,markdown}]
indent_size = 2
trim_trailing_whitespace = false
; PowerShell - match defaults for New-ModuleManifest and PSScriptAnalyzer Invoke-Formatter
[*.{ps1,psd1,psm1}]
indent_size = 4
charset = utf-8-bom
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen-doujun/oh-my-posh.git
git@gitee.com:chen-doujun/oh-my-posh.git
chen-doujun
oh-my-posh
oh-my-posh
main

搜索帮助

A270a887 8829481 3d7a4017 8829481