Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Check in clang-format config. Format source.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Oct 20, 2016
1 parent ffa0e85 commit eb6048d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
6 changes: 2 additions & 4 deletions src/test/editor-server-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
import {assert} from 'chai';
import * as child_process from 'child_process';
import * as path from 'path';
import {invertPromise} from 'polymer-analyzer/lib/test/test-utils';
import * as split from 'split';
import * as util from 'util';

import {invertPromise} from 'polymer-analyzer/lib/test/test-utils';

const pathToServer =
path.join(__dirname, '../polymer-editor-server.js');
const pathToServer = path.join(__dirname, '../polymer-editor-server.js');

suite('RemoteEditorService', () => {
/**
Expand Down

0 comments on commit eb6048d

Please sign in to comment.