Skip to main content
Module

x/rimu/.editorconfig

Readable text to HTML markup language
Go to Latest
File
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig fileroot = true
# Defaults[*]indent_style = spaceindent_size = 4trim_trailing_whitespace = true
[*.ts]indent_size = 2
# The indent size used in the `package.json` file cannot be changed# https://github.com/npm/npm/pull/3180#issuecomment-16336516[*.{json,yml,yaml}]indent_size = 2