Drop files here or click to upload
๐ Conversion Statistics
0
Mixed Indentation Lines
๐ Detection Results
Detected Tab Size:
-
Primary Indentation:
-
Mixed Indentation:
-
Consistency Score:
-
โ๏ธ Custom Conversion Rules
๐ API Access
Use these JavaScript functions to integrate with your code editor:
// Convert tabs to spaces
window.TabsSpacesConverter.tabsToSpaces(text, tabSize = 4, scope = 'all');
// Convert spaces to tabs
window.TabsSpacesConverter.spacesToTabs(text, tabSize = 4, scope = 'all');
// Detect indentation
window.TabsSpacesConverter.detectIndentation(text);
// Get statistics
window.TabsSpacesConverter.getStatistics(text);