Skip to content

Commit

Permalink
Add a vim modeline and .editorconfig
Browse files Browse the repository at this point in the history
To make indentation work with less effort. The modeline was copied from
libostree with minor modification and the .editorconfig from GLib.

The advantage of having both a modeline and an editorconfig is we can
work out of the box on more editor setups, and the modeline allows us to
specify the style with a lot more fine grained control.
  • Loading branch information
mwleeds committed Aug 23, 2022
1 parent dc82a19 commit 600e185
Show file tree
Hide file tree
Showing 98 changed files with 115 additions and 97 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
charset = utf-8
end_of_line = lf

[*.[ch]]
indent_size = 2
indent_style = space
insert_final_newline = true
# For any stray tabs that may sneak in:
tab_width = 8

[meson.build]
indent_size = 2
indent_style = space

2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-bundle.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2015 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-commit-from.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2015 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-export.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-finish.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-import-bundle.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2015 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-init.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-sign.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build-update-repo.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014-2019 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-build.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-config.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2017 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-create-usb.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Matthew Leeds
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-document-export.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-document-info.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2016 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-document-list.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2016 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-document-unexport.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2016 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-enter.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-history.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-info.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2016 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-install.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-kill.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-list.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-make-current.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-mask.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2019 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-override.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-permission-list.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-permission-remove.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-permission-reset.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-permission-set.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-permission-show.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-pin.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2020 Endless OS Foundation LLC
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-ps.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-remote-add.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-remote-delete.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-remote-info.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2017 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-remote-list.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-remote-ls.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-remote-modify.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-repair.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-repo.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2017 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-run.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-search.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2017 Patrick Griffis
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-uninstall.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-update.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-builtins-utils.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-cli-transaction.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-complete.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-polkit-agent-text-listener.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright (C) 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-quiet-transaction.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2019 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion app/flatpak-table-printer.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-appdata.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2019 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-auth.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2019 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-bundle-ref.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2015 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-bwrap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014-2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-context.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014-2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
3 changes: 2 additions & 1 deletion common/flatpak-dir.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
*
* Copyright © 2014-2019 Red Hat, Inc
* Copyright © 2017 Endless Mobile, Inc.
*
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-exports.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2014-2019 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-installation.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2015 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-installed-ref.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2015 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-instance.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-json-oci.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright (C) 2015 Red Hat, Inc
*
* This file is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-json.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright (C) 2015 Red Hat, Inc
*
* This file is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-oci-registry.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2016 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
Expand Down

0 comments on commit 600e185

Please sign in to comment.