Home
last modified time | relevance | path

Searched defs:indent1 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource5.ts10 public indent1 = " "; property in PrintContext
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dconvert_let_else_to_match.rs51 let indent1 = " ".repeat(indent_level + 1); in convert_let_else_to_match() localVariable