Changes between Version 12 and Version 13 of Linux


Ignore:
Timestamp:
06/02/13 10:09:04 (12 years ago)
Author:
melon
Comment:

Added a stub for setting the coding standard in vim

Legend:

Unmodified
Added
Removed
Modified
  • Linux

    v12 v13  
    4343Latest known revision known to be compilable under Linux is: **60**
    4444
     45== Tricks with VIM: Setting the coding standard ==
     46For startes, we don't want to use tabs, all tabs should be replaced with 4 spaces, indentation should be set to 4. This commands will set-up vim for this:
     47{{{
     48:set tabstop=4
     49:set shiftwidth=4
     50:set expandtab
     51}}}
     52
    4553== Building problems ==
    4654Sometimes linker will scream that some libraries are missing. Either you are really missing the libraries or your libraries might have diffirent names. Check the following folders: