Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 1.13 KB

README.md

File metadata and controls

6 lines (5 loc) · 1.13 KB

github-stuff

  • .editorconfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems. Find out more at http://EditorConfig.org.
  • If you're not using .editorconfig yet, a shortcut is to ship github URLs with ?ts=4 to force tabstops to be shown as 4 spaces instead of the default 8. For example: https://github.com/mickeys/gnuplot/blob/master/graphing_ping/pinger.sh?ts=4
  • github-check-in-directory-structure shows how I had github create an empty folder hierarchy for my users when they checked out the project.