Searched defs:indention (Results 1 - 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitter.java123 // - is it an indention character
128 private boolean indention; field in class:Emitter
177 // - is it an indention character
181 indention = true;
571 boolean indentless = mappingContext && !indention;
1088 this.indention = this.indention && indentation;
1102 if (!this.indention || this.column > indent || (this.column == indent && !this.whitespace)) {
1124 this.indention = true;
1276 this.indention
[all...]

Completed in 232 milliseconds