~mvo/snappy/snappy-lp1460152-workaround

« back to all changes in this revision

Viewing changes to partition/bootloader_uboot_test.go

  • Committer: Snappy Tarmac
  • Author(s): Michael Terry
  • Date: 2015-05-19 14:21:47 UTC
  • mfrom: (456.2.3 snappy)
  • Revision ID: snappy_tarmac-20150519142147-08k3mtmyvp6wt2g3
Add modelines to all Go files, letting editors know they should use real tabs.

These modelines currently do two things:
- Let an editor know the file is Go code (though the .go extension should have tipped them off) for syntax highlighting purposes.
- Let an editor know to ignore the user's default preference for tabs vs whitespace when the TAB key is pressed, and just use a tab directly. by mterry approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- Mode: Go; indent-tabs-mode: t -*-
 
2
 
1
3
/*
2
4
 * Copyright (C) 2014-2015 Canonical Ltd
3
5
 *