menu
affogato_editor package
documentation
affogato_editor.dart
AutoIndenterExtension
numSpacesBeforeFirstChar method
numSpacesBeforeFirstChar method
dark_mode
light_mode
numSpacesBeforeFirstChar
method
int
numSpacesBeforeFirstChar
(
String
line
)
Implementation
int numSpacesBeforeFirstChar(String line) => line.length - line.trimLeft().length;
affogato_editor package
documentation
affogato_editor
AutoIndenterExtension
numSpacesBeforeFirstChar method
AutoIndenterExtension class