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
- Host: GitHub
- URL: https://github.com/seanmisra/editorconfigsample
- Owner: seanmisra
- Created: 2017-03-07T03:31:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T14:35:48.000Z (over 8 years ago)
- Last Synced: 2025-01-10T14:41:41.463Z (5 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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