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);