Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 407 Bytes

TABS.md

File metadata and controls

8 lines (8 loc) · 407 Bytes
  • Hard tabs are no longer used. 😢
  • Python/Perl uses 4 spaces for indentation.
  • Python is formatted using black, more broadly.
  • Fish uses 4 spaces for indentation as well.
  • Shell, Typescript, JS, CSS, VimScript use 2 spaces for indentation.
  • Markdown/JS/CSS use prettier for formatting.
  • LateX and Markdown also use 2 spaces for indentation.
  • If not specified, generally use 2 spaces for tabs.