An open API service indexing awesome lists of open source software.

https://github.com/seanmisra/editorconfigsample

.editorconfig file to create a default indentation size of 4 spaces for all files
https://github.com/seanmisra/editorconfigsample

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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