Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 714 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 714 Bytes

EditorConfigSample


.editorconfig file to create a default indentation size of 4 spaces for all files.

More information here: http://editorconfig.org/


TIP: Show Hidden Files (e.g. .editorconfig)

Mac
  • Show hidden files with this command: defaults write com.apple.finder AppleShowAllFiles YES
  • Hide hidden files with this command: defaults write com.apple.finder AppleShowAllFiles NO
  • Relaunch the finder (ctrl + alt + Finder Icon, then "Relaunch") to have changes take effect
PC (Windows 10)
  • In the File Explorer, click View, then check "Hidden items" to show hidden files