Left
Left copied to clipboard
update tabulation
Summary of changes: update tabulation from \u00a0\u00a0
to \t
(hard tab), and update tab-size
in the CSS to be consistent.
Reasoning: Most programs don't seem to recognize \u00a0\u00a0
as a tab or even as whitespace. While this is probably fine when all you're doing is (for example) writing notes for personal use, it doesn't seem very helpful when you want to use the file in a different program.
Notes: Looking at the code, it appears soft tabs are the preferred style. If necessary, I might be able to implement an option to switch between hard tabs (as it is now) and soft tabs.