Skip to main content
Module

x/catppuccin/.editorconfig

🎨 Soothing pastel theme to use within your projects!
Go to Latest
File
# EditorConfig helps developers define and maintain consistent# coding styles between different editors and IDEs# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]charset = utf-8indent_size = 2indent_style = spaceend_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true
# go[*.go]indent_style = tabindent_size = 4
# python[*.{ini,py,py.tpl,rst}]indent_size = 4
# rust[*.rs]indent_size = 4
# documentation, utils[*.{md,mdx,diff}]trim_trailing_whitespace = false
# windows shell scripts[*.{cmd,bat,ps1}]end_of_line = crlf