Home
last modified time | relevance | path

Searched defs:indent_style (Results 1 – 7 of 7) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/editorconfig/
H A Deditorconfig.h17 EditorConfigIndentStyle indent_style; member
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/
H A DConfigurations.md1208 ### Array
1240 ### Control flow
1278 ### Function arguments
1318 ### Function calls
1352 ### Generics
1424 ### Where predicates
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dsum.cpp124 if (is_exactly_a<function>(the_ex)) {
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/editorconfig/libeditorconfig/
H A Deditorconfig.c37 const editorconfig_name_value* indent_style; member
/dports/editors/editorconfig-core-c/editorconfig-core-c-0.12.5/src/lib/
H A Deditorconfig.c37 const editorconfig_name_value* indent_style; member
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/c-pack/
H A Dide-c-indenter.c1317 IdeIndentStyle indent_style = IDE_INDENT_STYLE_SPACES; in ide_c_indenter_format() local
/dports/editors/helix/helix-0.5.0/helix-view/src/
H A Ddocument.rs82 pub indent_style: IndentStyle, field